runtime.spanSet.push (method)
10 uses
runtime (current package)
arena.go#L1120: h.central[spc].mcentral.fullSwept(h.sweepgen).push(s)
mcache.go#L276: mheap_.central[spc].mcentral.fullSwept(mheap_.sweepgen).push(s)
mcentral.go#L157: c.fullSwept(sg).push(s.mspan)
mcentral.go#L241: c.partialSwept(sg).push(s)
mcentral.go#L245: c.fullSwept(sg).push(s)
mgcsweep.go#L740: mheap_.central[spc].mcentral.fullSwept(sweepgen).push(s)
mgcsweep.go#L793: mheap_.central[spc].mcentral.fullSwept(sweepgen).push(s)
mgcsweep.go#L795: mheap_.central[spc].mcentral.partialSwept(sweepgen).push(s)
mgcsweep.go#L840: mheap_.central[spc].mcentral.fullSwept(sweepgen).push(s)
mspanset.go#L83: func (b *spanSet) push(s *mspan) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |